home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / Language / ace / include / funcs / funcs.readme < prev    next >
Text File  |  1995-10-14  |  761b  |  34 lines

  1.  
  2.  
  3.         This are the function declarations for ACE Basic.
  4.  
  5.  
  6.         To use this declarations all you have to do is to
  7.         include what you needs.
  8.  
  9.         #include <funcs/intuition_funcs.h>
  10.  
  11.         That's all.
  12.  
  13.         If you like you can test the funcs by compiling the
  14.         example program funcstest.b. That way you find out
  15.         which functions your bmaps can handle. If you get
  16.         unknown library function just remove or set a comment
  17.         around that function.
  18.  
  19.         It all depends on which set of bmaps you are using.
  20.  
  21.         To be able to use this set of functions you must
  22.         have the new exec/types.h, it's in fixpack1.lha. This
  23.         is the first fix for the new headers.
  24.  
  25.  
  26.         Have fun.
  27.  
  28.         Nils Sjoholm
  29.  
  30.  
  31.  
  32.  
  33.  
  34.